home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 2000 February
/
Macworld (2000-02).dmg
/
Shareware World
/
Comms & Internet
/
Flex-Able 1.0
/
FADocs
/
mail.able
< prev
next >
Wrap
Text File
|
1999-12-07
|
1KB
|
48 lines
<:set form <:read_form>>
<html>
<head>
<link rel=stylesheet type="text/css" HREF="fa.css">
<title>Flex-Able: Mail Test</title>
</head>
<body>
<DIV CLASS="topic">Test Mail</DIV>
<p><br>
<p><br>
<:require form["semail"] form["remail"] form["comment"]>
<:mail>
To: <:echo form["rname"] " <" form["remail"] ">" >
From: <:echo form["sname"] " <" form["semail"] ">" >
Errors-To: <<:echo form["semail"]>>
Subject: Automated Email
X-Priority: <:echo form["priority"]>
<:echo form["comment"]>
<:/mail>
<ul>
Your email is on its way to <br>
<:echo form["rname"] "  " form["remail"] " " >
</ul>
<:else>
<h2>You neglected to fill out the following required fields:</h2>
<pre>
<:ifempty form["semail"]>Sender's email address
<:/ifempty>
<:ifempty form["remail"]>Recipient's email address
<:else>But you entered the recipient's email, which is something
<:/ifempty>
<:ifempty form["comment"]>The body of the message
<:/ifempty>
</pre>
<:/require>
<hr>
<A HREF="quickstart.html" CLASS="back">back to Quick Start</A>
</body>
</html>